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