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.StringThe serialization format. Currently, only "MI_XML" is supported.
flags
Type: System.UInt32Serialization flags. Must be 0.
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