Contents

removeProperty(const OSString *)

Synchronized method to remove a property from a registry entry's property table.

Declaration

virtual void removeProperty(
 const OSString *aKey);

Parameters

  • aKey:

    The property's name as an OSString.

Overview

This method will remove a property from a registry entry's property table, using the OSDictionary::removeObject semantics. This method is synchronized with other IORegistryEntry accesses to the property table.

See Also

Miscellaneous