IClassFactoryCreateChildFactory Method |
Returns a copy of the factory.
Namespace: InterfaceFactoryAssembly: InterfaceFactory (in InterfaceFactory.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IClassFactory CreateChildFactory()
Function CreateChildFactory As IClassFactory
IClassFactory^ CreateChildFactory()
abstract CreateChildFactory : unit -> IClassFactory
Return Value
Type:
IClassFactoryA copy of the factory with all of the current interface registrations. Changes to the registrations
on the copy will not affect the original, and vice versa.
See Also