Interface ProxyObjectFactory

A ProxyObjectFactory instantiates a proxy to some type of object located in source locator.

interface ProxyObjectFactory
  : Factory!(object.Object) ;

Properties

NameTypeDescription
identity[get]stringGet the identity of original object that proxy factory will intantiate proxy object.
source[get]Locator!(Object,string)Get the original locator that is used by proxy to fetch the proxied object.

Methods

NameDescription
factoryInstantiates component of type T.
typeGet the type info of T that is created.