CimMofDeserializer.DeserializeClasses メソッド (Byte[], UInt32)
シリアル化されたデータに基づいて CIM クラスを逆シリアル化します。
Namespace:Microsoft.Management.Infrastructure.Serialization
アセンブリ: Microsoft.Management.Infrastructure (Microsoft.Management.Infrastructure.dll)
構文
public IEnumerable<CimClass> DeserializeClasses(
byte[] serializedData,
ref uint offset
)
public:
IEnumerable<CimClass^>^ DeserializeClasses(
array<unsigned char>^ serializedData,
unsigned int% offset
)
member DeserializeClasses :
serializedData:byte[] *
offset:uint32 byref -> IEnumerable<CimClass>
Public Function DeserializeClasses (
serializedData As Byte(),
ByRef offset As UInteger
) As IEnumerable(CimClass)
パラメーター
serializedData
型: System.Byte[]シリアル化されたデータを格納するバッファー。
offset
型: System.UInt32データの読み取りを開始する位置へのバイト オフセット。 メソッドが戻ると、逆シリアル化されたクラスの後の次のバイトをオフセットが指し示します。
戻り値
型: System.Collections.Generic.IEnumerable<CimClass>
CIM クラスの列挙に使用できる IEnumerable<T> インターフェイス。
関連項目
CimClass クラス
Microsoft.Management.Infrastructure.Serialization 名前空間