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