1 write to parent
System.Management (1)
property.cs (1)
94 this.parent = parent;
7 references to parent
System.Management (7)
property.cs (7)
105 int status = parent.wbemObject.Get_(propertyName, 0, ref propertyValue, ref propertyType, ref propertyFlavor); 150 int status = parent.wbemObject.Put_(propertyName, 0, ref newValue, 0); 163 if (parent.GetType() == typeof(ManagementObject)) 164 ((ManagementObject)parent).Path.UpdateRelativePath((string)parent["__RELPATH"]); 221 int status = parent.wbemObject.GetPropertyOrigin_(propertyName, out className); 249 qualifiers = new QualifierDataCollection(parent, propertyName, QualifierType.PropertyQualifier);