CimType Enumeration

 

Specifies a CIM type, such as integer, string, or datetime.

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

Syntax

public enum CimType
public enum class CimType
type CimType
Public Enumeration CimType

Members

Member name Description
Boolean

An unsigned char type.

BooleanArray

An array of Boolean types.

Char16

An unsigned short type.

Char16Array

An array of Char16 types.

DateTime

A time stamp or a time interval type.

DateTimeArray

An array of DateTime types.

Instance

A Class reference type.

InstanceArray

An array of Instance types.

Real32

A float type.

Real32Array

An array of Real32 types.

Real64

A double type.

Real64Array

An array of Real64 types.

Reference

Encoded as an instance, although usually with only the key properties being set.

ReferenceArray

An array of Reference types.

SInt16

A signed short type.

SInt16Array

An array of SInt16 types.

SInt32

A signed integer type.

SInt32Array

An array of UInt32 types.

SInt64

A signed __int64 type.

SInt64Array

An array of SInt64 types.

SInt8

A signed char type.

SInt8Array

An array of SInt8 types.

String

A string type.

StringArray

An array of String types.

UInt16

An unsigned short type.

UInt16Array

An array of UInt16 types.

UInt32

An unsigned integer type.

UInt32Array

An array of UInt32 types.

UInt64

An unsigned __int64 type.

UInt64Array

An array of UInt64 types.

UInt8

An unsigned char type.

UInt8Array

An array of UInt8 types.

Unknown

An unrecognized or unsupported value.

See Also

Microsoft.Management.Infrastructure Namespace

Return to top