Class InProcessObjectFactoryDecorator

A decorating factory that detects circular reference insantiations.

class InProcessObjectFactoryDecorator
  : Factory!(object.Object)
  , Decorator!(aermicioi.aedi.factory.factory.Factory!(Object)) ;

Constructors

NameDescription
this Default constructor for InProcessObjectFactoryDecorator
this Constructor for InProcessObjectFactoryDecorator

Properties

NameTypeDescription
locator[set] InProcessObjectFactoryDecoratorSet locator
type[get] TypeInfoGet type of created object

Methods

NameDescription
factory Factory an object.
decorated Get the decorated object.
destruct Destructs a component of type T.
factory Instantiates component of type T.
type Get the type info of T that is created.