pMixins
pMixins copied to clipboard
Mechanism for Mixin to add an Interceptor
Example:
[AddInterceptor(typeof(SomeInterceptor))]
public class Mixin
{
[AddInterceptor(typeof(TraceMethodInterceptor))]
public void Method(){}
}