ProxyObjectWrappingFactory.identity

Get the identity of original object that proxy factory will intantiate proxy object.

  1. string identity [@property setter]
    class ProxyObjectWrappingFactory(T)
    @property @safe nothrow
    identity
    (
    string identity
    )
    if (
    is(T : Object) &&
    !isFinalClass!T
    )
  2. string identity [@property getter]

Return Value

Type: ProxyObjectWrappingFactory!T

string the original object identity

Meta