Click or drag to resize
IClassFactoryCreateChildFactory Method
Returns a copy of the factory.

Namespace: InterfaceFactory
Assembly: InterfaceFactory (in InterfaceFactory.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IClassFactory CreateChildFactory()

Return Value

Type: IClassFactory
A 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