5 references to Put_
System.Management (5)
System\Management\ManagementClass.cs (1)
838status = newWbemClass.Put_("__CLASS", 0, ref val, 0);
System\Management\Property.cs (1)
151int status = parent.wbemObject.Put_(propertyName, 0, ref newValue, 0);
System\Management\PropertySet.cs (3)
427int status = parent.wbemObject.Put_(propertyName, 0, ref wmiValue, wmiCimType); 469int status = parent.wbemObject.Put_(propertyName, 0, ref wmiValue, wmiCimType); 507int status = parent.wbemObject.Put_(propertyName, 0, ref dummyObj, wmiCimType);