The AspectEngine is responsible for matching specified types agaisnt an AspectDefinition. If a match is found, a proxy is requested and the AOP features will be implemented in the Proxy.
Пример #1
0
		public AopInterceptor(AspectEngine engine, IKernel kernel)
		{
			_engine = engine;
			_kernel = kernel;
		}