<!--
{
  "documentType" : "article",
  "framework" : "CoreFoundation",
  "identifier" : "/documentation/CoreFoundation/cfplugin-information-property-list-keys",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Information Property List Keys"
}
-->

# Information Property List Keys

A plug-in’s information property list can contain these keys used for registering types, factories, and interfaces.

## Topics

### Constants

[`let kCFPlugInDynamicRegistrationKey: CFString!`](/documentation/CoreFoundation/kCFPlugInDynamicRegistrationKey)

Indicates whether a plug-in requires dynamic registration.

[`let kCFPlugInDynamicRegisterFunctionKey: CFString!`](/documentation/CoreFoundation/kCFPlugInDynamicRegisterFunctionKey)

Used to specify a plug-in’s registration function.

[`let kCFPlugInUnloadFunctionKey: CFString!`](/documentation/CoreFoundation/kCFPlugInUnloadFunctionKey)

Used to specify a plug-in’s unload function.

[`let kCFPlugInFactoriesKey: CFString!`](/documentation/CoreFoundation/kCFPlugInFactoriesKey)

Used to statically register factory functions.

[`let kCFPlugInTypesKey: CFString!`](/documentation/CoreFoundation/kCFPlugInTypesKey)

Used to statically register the factories that can create each supported type.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)