Re: intercepting the CLR
- From: "Oliver Sturm" <oliver@xxxxxxxxxxxx>
- Date: Sat, 27 Jan 2007 16:37:50 +0000
Hello gilad,
This request (or at least this type of request) is one of those that Aspect Oriented Programming tries to fulfil, so you may want to search for that - there are several more or less mature products out there that do AOP for .NET.
I read about the profiling API but never seen an example.
Searching Google gives me quite a list of results with information about the profiling API (http://www.google.com/search?hl=en&q=profiling+api) - several of them contain sample code.
also, I read it has large overhead.
I believe that is true, but then this is characteristic of all the different approaches for doing AOP in .NET, as the runtime system itself doesn't lend itself too easily to this technology. OTOH, the whole idea of AOP is to provide high-level convenience functionality for the programmer, IOW to make his life easier - this is usually an idea that is orthogonal to that of delivering the best possible performance.
Oliver Sturm
--
http://www.sturmnet.org/blog
.
- References:
- intercepting the CLR
- From: gilad
- intercepting the CLR
- Prev by Date: Re: Strange server socket behaviour
- Next by Date: Re: Strange server socket behaviour
- Previous by thread: intercepting the CLR
- Next by thread: Problem saving values to Active Directory
- Index(es):
Relevant Pages
|