10 references to tag_CIMTYPE_ENUMERATION
System.Management (10)
System\Management\InteropClasses\WMIInterop.cs (1)
100
pType = (int)
tag_CIMTYPE_ENUMERATION
.CIM_STRING;
System\Management\Property.cs (6)
140
(CimType)(propertyType & ~(int)
tag_CIMTYPE_ENUMERATION
.CIM_FLAG_ARRAY),
141
(0 != (propertyType & (int)
tag_CIMTYPE_ENUMERATION
.CIM_FLAG_ARRAY))));
148
(CimType)(propertyType & ~(int)
tag_CIMTYPE_ENUMERATION
.CIM_FLAG_ARRAY),
149
(0 != (propertyType & (int)
tag_CIMTYPE_ENUMERATION
.CIM_FLAG_ARRAY)));
182
return (CimType)(propertyType & ~(int)
tag_CIMTYPE_ENUMERATION
.CIM_FLAG_ARRAY);
213
return ((propertyType & (int)
tag_CIMTYPE_ENUMERATION
.CIM_FLAG_ARRAY) != 0);
System\Management\PropertySet.cs (3)
425
wmiCimType |= (int)
tag_CIMTYPE_ENUMERATION
.CIM_FLAG_ARRAY;
464
wmiCimType |= (int)
tag_CIMTYPE_ENUMERATION
.CIM_FLAG_ARRAY;
503
wmiCimType |= (int)
tag_CIMTYPE_ENUMERATION
.CIM_FLAG_ARRAY;