Click or drag to resize

Factory Properties

The Factory type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCanRaiseExceptions
Gets or sets a value that indicates if the Factory is allowed to raise an exception or not.
Public propertyStatic memberFactoryTypes
Gets a collection of IFactoryTypeInfo that was found on the entrance assembly and its referencing assemblies.
Public propertyStatic memberRegisteredTypes
Gets a collection types that is known to the Factory
Public propertyStatic memberResolvers
Gets a collection of resolvers. The resolvers are only in effect if there are multiple implementations with the same contract name.
Top
See Also