1 write to propertyType
System.Management (1)
System\Management\Property.cs (1)
104
int status = parent.wbemObject.Get_(propertyName, 0, ref propertyValue, ref
propertyType
, ref propertyFlavor);
6 references to propertyType
System.Management (6)
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);