Project DescriptionDynamicAspect is a lightweight dynamic aspect that uses .net 4 dynamic feature to weave advices into target methods dynamically in runtime, there is not a limitation of un-sealed class or interface required in DynamicAspect.
What's new?
- Weaving advices at before/after method call to target object.
- Replaces calling method with around method advices.
- Weaving advices before/after get/set property of target object.
- Discovery and import aspect object that implements IAspect interface or derived from AspectBase class automatically.