B
Bjarke Lindberg
Hey NG.
Using .NET remoting it's possible to "override" the <c>new</c> operator
to return a proxy to the object in question.
I'd like to use this approach to let a factory class return the
reference to the newly created object instead of letting the runtime
instantiate the object.
Does anybody know any references for doing this? (If it's possible at
all). Any feedback would be appriciated.
Thanks,
Bjarke
Using .NET remoting it's possible to "override" the <c>new</c> operator
to return a proxy to the object in question.
I'd like to use this approach to let a factory class return the
reference to the newly created object instead of letting the runtime
instantiate the object.
Does anybody know any references for doing this? (If it's possible at
all). Any feedback would be appriciated.
Thanks,
Bjarke