managementbaseobject.cs (5)
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);
824status = wbemObject.Get_ ("__CLASS", 0, ref val, ref dummy1, ref dummy2);
846int status = wbemObject.Get_("__GENUS", 0, ref val, ref dummy1, ref dummy2);
managementobject.cs (4)
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);
2687status = wbemObject.Get_("__PATH", 0, ref val, ref dummy1, ref dummy2);