| RE: [aus-dotnet] Whidbey Beta2 and the "Go Live" |
- From: Sean Malloy
- Subject: RE: [aus-dotnet] Whidbey Beta2 and the "Go Live"
- Date: Thu, 02 Dec 2004 12:27:32 +1100
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
> Which leads me onto another topic - method call > interception... I had seen > some code once, but forgot about it & lost it. I wanted to > automatically > log some stuff on method start and end. Anyone know where > this sample code > or framework is? Object you want to intercept should extend MarshalByRefObject Wrap your marshalbyref object in a subclass of System.Runtime.Remoting.Proxies.RealProxy. Read up on RealProxy, thats where you can intercept method calls to the marshalbyref object. _________________ You are a part of the Australian "dotnet" mailing list. To unsubscribe send "unsubscribe dotnet" or to re-subscribe send "subscribe dotnet Your Name" in the body of the email to: imailsrv@xxxxxxxxxxx List managed by: http://www.stanski.com
(Click here for more information on the aus-dotnet mailling list)
- Prev by Date: RE: [aus-dotnet] Whidbey Beta2 and the "Go Live"
- Next by Date: RE: [aus-dotnet] Whidbey Beta2 and the "Go Live"
- Previous by thread: RE: [aus-dotnet] Whidbey Beta2 and the "Go Live"
- Next by thread: RE: [aus-dotnet] Whidbey Beta2 and the "Go Live"
- Index(es):
