1 write to propertyType
System.Management (1)
property.cs (1)
105
int status = parent.wbemObject.Get_(propertyName, 0, ref propertyValue, ref
propertyType
, ref propertyFlavor);
6 references to propertyType
System.Management (6)
property.cs (6)
140
(CimType)(
propertyType
& ~(int)tag_CIMTYPE_ENUMERATION.CIM_FLAG_ARRAY),
141
(0 != (
propertyType
& (int)tag_CIMTYPE_ENUMERATION.CIM_FLAG_ARRAY))));
147
(CimType)(
propertyType
& ~(int)tag_CIMTYPE_ENUMERATION.CIM_FLAG_ARRAY),
148
(0 != (
propertyType
& (int)tag_CIMTYPE_ENUMERATION.CIM_FLAG_ARRAY)));
179
return (CimType)(
propertyType
& ~(int)tag_CIMTYPE_ENUMERATION.CIM_FLAG_ARRAY);
207
return ((
propertyType
& (int)tag_CIMTYPE_ENUMERATION.CIM_FLAG_ARRAY) != 0);}