/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/powershell/Modules/Microsoft.PowerShell.Utility/assets/corruptedcim.clixml
58 строк
2 KB
Paul Higinbotham
Fixes CIM deserialization bug (#4234)
14 июл 2017, 19:52
14 июл 2017, 19:52
02737e2
Код
Авторство
О чём код?
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04"> <Obj RefId="0"> <TN RefId="0"> <T>Microsoft.Management.Infrastructure.CimInstance</T> <T>System.Object</T> </TN> <ToString>SomeClassName</ToString> <Obj RefId="1"> <TNRef RefId = "0" /> <ToString>SomeClassName</ToString> <Props> <Nil N="PSComputerName" /> <Obj N="Test1" RefId="20"> <TN RefId = "2"> <T>System.Windows.Markup.XamlReader[], PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35</T> </TN> <LST> <S N="Hash"> <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:System="clr-namespace:System;assembly=mscorlib" xmlns:Diag="clr-namespace:System.Diagnostics;assembly=system"> <ObjectDataProvider x:Key="LaunchCalc" ObjectType="{x:Type Diag:Process}" MethodName="Start"> <ObjectDataProvider.MethodParameters> <System:String>calc</System:String> </ObjectDataProvider.MethodParameters> </ObjectDataProvider> <SolidColorBrush x:Key="ThemeBrushBlue" Color="{Binding Source={StaticResource LaunchCalc}}"/> </ResourceDictionary> </S> </LST> </Obj> </Props> </Obj> <MS> <Obj N="__ClassMetadata" RefId="2"> <TN RefId="3"> <T>System.Collections.ArrayList</T> <T>System.Object</T> </TN> <LST> <Obj RefId="4"> <MS> <S N="ClassName">SomeClassName</S> <S N="Namespace">SomeNamespace</S> <Nil N="ServerName" /> <I32 N="Hash">460929192</I32> <S N="MiXml"><CLASS NAME="SomeClassName"><PROPERTY NAME="test1" TYPE="string"></PROPERTY></CLASS></S> </MS> </Obj> </LST> </Obj> </MS> </Obj> </Objs>