CimDeserializer.Create Method (String, UInt32)

 

Creates and initializes a custom deserializer.

Namespace:   Microsoft.Management.Infrastructure.Serialization
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

public static CimDeserializer Create(
    string format,
    uint flags
)
public:
static CimDeserializer^ Create(
    String^ format,
    unsigned int flags
)
static member Create : 
        format:string *
        flags:uint32 -> CimDeserializer
Public Shared Function Create (
    format As String,
    flags As UInteger
) As CimDeserializer

Parameters

  • format
    Type: System.String

    The serialization format. Currently, only "MI_XML" is supported.

Return Value

Type: Microsoft.Management.Infrastructure.Serialization.CimDeserializer

The CIM deserializer.

See Also

Create Overload
CimDeserializer Class
Microsoft.Management.Infrastructure.Serialization Namespace

Return to top