9 writes to wbemObject
System.Management (9)
managementbaseobject.cs (1)
311this.wbemObject = wbemObject;
managementclass.cs (2)
68newClass.wbemObject = wbemObject; 123 newClass.wbemObject = wbemObject;
managementobject.cs (5)
141wbemObject = null; 156newObject.wbemObject = wbemObject; 185newObject.wbemObject = wbemObject; 812wbemObject = tempObj; 2674wbemObject = tempObj;
wmieventsink.cs (1)
332managementObject.wbemObject = obj;
68 references to wbemObject
System.Management (68)
managementbaseobject.cs (13)
265return (IntPtr)managementObject.wbemObject; 278info.AddValue("wbemObject", wbemObject, typeof(IWbemClassObjectFreeThreaded)); 332int status = wbemObject.Clone_(out theClone); 445status = wbemObject.Get_("__SERVER", 0, ref serverName, ref propertyType, ref propertyFlavor); 449status = wbemObject.Get_("__NAMESPACE", 0, ref scopeName, ref propertyType, ref propertyFlavor); 452status = wbemObject.Get_("__CLASS", 0, ref className, ref propertyType, ref propertyFlavor); 625status = wbemObject.GetObjectText_(0, out objText); 650(IWbemClassObject_DoNotMarshal)(Marshal.GetObjectForIUnknown(wbemObject)), 786if (null != wbemObject) 796status = wbemObject.CompareTo_((int) settings, otherObject.wbemObject); 824status = wbemObject.Get_ ("__CLASS", 0, ref val, ref dummy1, ref dummy2); 868return _IsClass(wbemObject);
managementclass.cs (4)
346 int status = wbemObject.Get_("__DERIVATION", 0, ref val, ref dummy1, ref dummy2); 854 int status = this.wbemObject.SpawnDerivedClass_(0, out newWbemClass); 924 int status = this.wbemObject.SpawnInstance_(0, out newWbemInstance); 959 int status = wbemObject.Clone_(out theClone);
managementobject.cs (16)
695int status = wbemObject.Get_("__SERVER", 0, ref serverName, ref propertyType, ref propertyFlavor); 699status = wbemObject.Get_("__NAMESPACE", 0, ref scopeName, ref propertyType, ref propertyFlavor); 703status = wbemObject.Get_("__CLASS", 0, ref className, ref propertyType, ref propertyFlavor); 1499status = scope.GetSecuredIWbemServicesHandler(wbemServices).PutClass_( wbemObject, 1506status = scope.GetSecuredIWbemServicesHandler(wbemServices).PutInstance_(wbemObject, 1667wbemObject, 1675wbemObject, 1801wbemObject, 1809wbemObject, 1925wbemObject, 1934wbemObject, 2326IWbemClassObjectFreeThreaded inParams = (null == inParameters) ? null : inParameters.wbemObject; 2403inParams = inParameters.wbemObject; 2481wmiClass = classObject.wbemObject; 2542int status = wbemObject.Clone_(out theClone); 2687status = wbemObject.Get_("__PATH", 0, ref val, ref dummy1, ref dummy2);
method.cs (2)
121status = parent.wbemObject.GetMethod_(methodName, 0, out wmiInParams, out wmiOutParams); 213int status = parent.wbemObject.GetMethodOrigin_(methodName, out className);
methodset.cs (10)
83status = parent.wbemObject.BeginMethodEnumeration_(0); 91status = parent.wbemObject.NextMethod_(0, out methodName, out inParameters, out outParameters); 95parent.wbemObject.EndMethodEnumeration_(); // Ignore status. 257status = parent.wbemObject.BeginMethodEnumeration_(0); 265status = parent.wbemObject.NextMethod_(0, out tempMethodName, out inP, out outP); 269parent.wbemObject.EndMethodEnumeration_(); // Ignore status. 365status = parent.wbemObject.DeleteMethod_(methodName); 424wbemIn = inParameters.wbemObject; 426wbemOut = outParameters.wbemObject; 432status = parent.wbemObject.PutMethod_(methodName, 0, wbemIn, wbemOut);
property.cs (7)
105 int status = parent.wbemObject.Get_(propertyName, 0, ref propertyValue, ref propertyType, ref propertyFlavor); 150 int status = parent.wbemObject.Put_(propertyName, 0, ref newValue, 0); 221 int status = parent.wbemObject.GetPropertyOrigin_(propertyName, out className); 525 ((IWbemClassObject_DoNotMarshal[])(wmiValue))[i] = (IWbemClassObject_DoNotMarshal)(Marshal.GetObjectForIUnknown(((ManagementBaseObject)valArray.GetValue(i)).wbemObject)); 600 wmiValue = Marshal.GetObjectForIUnknown(((ManagementBaseObject) val).wbemObject); 759 ((IWbemClassObject_DoNotMarshal[])(wmiValue))[i] = (IWbemClassObject_DoNotMarshal)(Marshal.GetObjectForIUnknown(((ManagementBaseObject)valArray.GetValue(i)).wbemObject)); 846 wmiValue = Marshal.GetObjectForIUnknown(((ManagementBaseObject) val).wbemObject);
propertyset.cs (7)
83 int status = parent.wbemObject.GetNames_(null, flag, ref qualVal, out propertyNames); 144 int status = this.parent.wbemObject.GetNames_(null, flag, ref dummy, out nameArray); 259 int status = parent.wbemObject.GetNames_(null, flag, ref qualVal, out propertyNames); 377 int status = parent.wbemObject.Delete_(propertyName); 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);
qualifier.cs (3)
73 status = parent.wbemObject.GetQualifierSet_(out qualifierSet); 76 status = parent.wbemObject.GetPropertyQualifierSet_(propertyOrMethodName, out qualifierSet); 79 status = parent.wbemObject.GetMethodQualifierSet_(propertyOrMethodName, out qualifierSet);
qualifierset.cs (6)
90 status = parent.wbemObject.GetQualifierSet_(out qualifierSet); 93 status = parent.wbemObject.GetPropertyQualifierSet_(propertyOrMethodName, out qualifierSet); 96 status = parent.wbemObject.GetMethodQualifierSet_(propertyOrMethodName, out qualifierSet); 327 status = parent.wbemObject.GetQualifierSet_(out qualifierSet); 330 status = parent.wbemObject.GetPropertyQualifierSet_(propertyOrMethodName, out qualifierSet); 333 status = parent.wbemObject.GetMethodQualifierSet_(propertyOrMethodName, out qualifierSet);