9 references to Put_
System.Management (9)
Instrumentation\EventSource.cs (4)
588inst.Put_("InstanceId", 0, ref o, 0); 590inst.Put_("ProcessId", 0, ref o, 0); 810insts[count].Put_("ProcessId", 0, ref processIdentity, 0); 837insts[count].Put_("ProcessId", 0, ref processIdentity, 0);
managementclass.cs (1)
859 status = newWbemClass.Put_("__CLASS", 0, ref val, 0);
property.cs (1)
150 int status = parent.wbemObject.Put_(propertyName, 0, ref newValue, 0);
propertyset.cs (3)
420 int status = parent.wbemObject.Put_(propertyName, 0, ref wmiValue, wmiCimType); 462 int status = parent.wbemObject.Put_(propertyName, 0, ref wmiValue, wmiCimType); 500 int status = parent.wbemObject.Put_(propertyName, 0, ref dummyObj, wmiCimType);