Hi,
I just had the idea that I could write a get-accessor for the object
and use that to call some functions when the object is accessed. But
then I am left with another question:
Is it possible to raise an event when a function from an object is
exited/returned?
Kind regards,
Gerben Heinen
On 3 jul, 11:53, incrediblesuperd...@gmail.com wrote:
> Hi everybody,
>
[quoted text clipped - 5 lines]
> Kind regards,
> Gerben Heinen
Michael Nemtsev - 03 Jul 2007 11:24 GMT
Hello incrediblesuperdude@gmail.com,
I recommed to look at Aspect Orient Programming: http://en.wikipedia.org/wiki/Aspect-oriented_programming
Because they use that approach u are required
---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
> Is it possible to raise an event when a function from an object is
> exited/returned