This documentation is archived and is not being maintained.
CimType Enumeration
Visual Studio 2008
Describes the possible CIM types for properties, qualifiers, or method parameters.
Assembly: System.Management (in System.Management.dll)
| Member name | Description | |
|---|---|---|
| None | A null value. | |
| SInt8 | A signed 8-bit integer. This value maps to the SByte type. | |
| UInt8 | An unsigned 8-bit integer. This value maps to the Byte type. | |
| SInt16 | A signed 16-bit integer. This value maps to the Int16 type. | |
| UInt16 | An unsigned 16-bit integer. This value maps to the UInt16 type. | |
| SInt32 | A signed 32-bit integer. This value maps to the Int32 type. | |
| UInt32 | An unsigned 32-bit integer. This value maps to the UInt32 type. | |
| SInt64 | A signed 64-bit integer. This value maps to the Int64 type. | |
| UInt64 | An unsigned 64-bit integer. This value maps to the UInt64 type. | |
| Real32 | A floating-point 32-bit number. This value maps to the Single type. | |
| Real64 | A floating point 64-bit number. This value maps to the Double type. | |
| Boolean | A Boolean. This value maps to the Boolean type. | |
| String | A string. This value maps to the String type. | |
| DateTime | A date or time value, represented in a string in DMTF date/time format: yyyymmddHHMMSS.mmmmmmsUUU, where yyyymmdd is the date in year/month/day; HHMMSS is the time in hours/minutes/seconds; mmmmmm is the number of microseconds in 6 digits; and sUUU is a sign (+ or -) and a 3-digit UTC offset. This value maps to the DateTime type. | |
| Reference | A reference to another object. This is represented by a string containing the path to the referenced object. This value maps to the Int16 type. | |
| Char16 | A 16-bit character. This value maps to the Char type. | |
| Object | An embedded object. Note that embedded objects differ from references in that the embedded object does not have a path and its lifetime is identical to the lifetime of the containing object. This value maps to the Object type. |
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: