ProxyFactory

Creates a proxy to an object or interface of type T, that is located in source locator by some identity.

Constructors

this
this(string identity, Locator!() original)
Undocumented in source.

Members

Functions

factory
T factory()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

identity
string identity [@property setter]

Set the identity of proxied object

identity
string identity [@property getter]

Get the identity of proxied object.

source
Locator!() source [@property setter]

Set the source of proxied object.

source
Locator!() source [@property getter]

Get the source of proxied object.

Meta