CFPlugInIsLoadOnDemand(_:)
Determines whether or not a plug-in is loaded on demand.
Declaration
func CFPlugInIsLoadOnDemand(_ plugIn: CFPlugIn!) -> BoolParameters
- plugIn:
The plug-in to query.
Return Value
true if the plug-in is loaded only when a client requests an instance of a supported type, otherwise false.
Discussion
Plug-ins that do static registration are load on demand by default. Plug-ins that do dynamic registration are not load on demand by default.