T
Tim Kuehn
Guest
Why do you want to do that? That's usually a smell test. If that information is really required for an object, then pass the instantiating procedure's handle through the constructor. Better yet, pass the context information instead, leave the procedure handle out of it, and you'll have functionality that's usable anywhere, and not restricted to a single context.
Continue reading...
Continue reading...