1 write to wbemInstance
System.ServiceModel (1)
System\ServiceModel\Administration\WbemProvider.cs (1)
686
this.
wbemInstance
= wbemInstance;
4 references to wbemInstance
System.ServiceModel (4)
System\ServiceModel\Administration\WbemProvider.cs (4)
691
get { return this.
wbemInstance
.WbemObject; }
696
return new InstanceContext(new WbemInstance(this.
wbemInstance
, className));
701
return
wbemInstance
.GetProperty(name);
706
this.
wbemInstance
.SetProperty(name, val);