Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 CimType Enumeration

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
CimType Enumeration

Describes the possible CIM types for properties, qualifiers, or method parameters.

Namespace:  System.Management
Assembly:  System.Management (in System.Management.dll)
Visual Basic (Declaration)
Public Enumeration CimType
Visual Basic (Usage)
Dim instance As CimType
C#
public enum CimType
Visual C++
public enum class CimType
JScript
public enum CimType
Member nameDescription
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.

.NET Framework

Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker