2 writes to wbemObject
System.ServiceModel (2)
System\ServiceModel\Administration\WbemProvider.cs (2)
908WbemException.ThrowIfFail(tempObj.SpawnInstance(0, out this.wbemObject)); 915this.wbemObject = wbemObject;
6 references to wbemObject
System.ServiceModel (6)
System\ServiceModel\Administration\WbemProvider.cs (6)
922Fx.Assert(null != this.wbemObject, ""); 923return this.wbemObject; 929Fx.Assert(null != this.wbemObject, name + " may not be available to WMI"); 968int hResult = this.wbemObject.Put(name, 0, ref val, (int)type); 1000WbemException.ThrowIfFail(this.wbemObject.Get(name, 0, ref val, ref type, ref favor)); 1007new WbemNative.IWbemClassObject[] { this.wbemObject }));