PostSharp.Aspects.Configuration Namespace |
Class | Description | |
---|---|---|
AspectConfiguration |
Configuration of an IAspect.
| |
AspectConfigurationAttribute |
Configures an aspect of type IAspect.
| |
AspectConfigurationAttributeTypeAttribute |
Custom attribute that, when applied to an aspect, specifies which custom attribute type
(derived from AspectConfigurationAttribute) can provide declarative configuration for the aspect.
| |
CompositionAspectConfiguration |
Configuration of aspects of type ICompositionAspect.
| |
CompositionAspectConfigurationAttribute |
Custom attribute that, when applied on a class implementing ICompositionAspect,
defines the declarative configuration of that aspect.
| |
CustomAttributeIntroductionAspectConfiguration |
Configuration of aspects of type CustomAttributeIntroductionAspect.
| |
EventInterceptionAspectConfiguration |
Configuration of aspects of type IEventInterceptionAspect.
| |
EventInterceptionAspectConfigurationAttribute |
Custom attribute that, when applied on a class implementing IEventInterceptionAspect,
defines the declarative configuration of that aspect.
| |
LocationInterceptionAspectConfiguration |
Configuration of aspects of type ILocationLevelAspect.
| |
LocationInterceptionAspectConfigurationAttribute |
Custom attribute that, when applied on a class implementing ILocationInterceptionAspect,
defines the declarative configuration of that aspect.
| |
ManagedResourceIntroductionAspectConfiguration |
Configuration of aspects of type ManagedResourceIntroductionAspect.
| |
MethodInterceptionAspectConfiguration |
Configuration of aspects of type IMethodInterceptionAspect.
| |
MethodInterceptionAspectConfigurationAttribute |
Custom attribute that, when applied on a class implementing IMethodInterceptionAspect,
defines the declarative configuration of that aspect.
| |
OnExceptionAspectConfiguration |
Configuration of the IOnExceptionAspect aspect.
| |
OnExceptionAspectConfigurationAttribute |
Custom attribute that, when applied on a class implementing IOnExceptionAspect,
defines the configuration of that aspect.
| |
OnMethodBoundaryAspectConfiguration |
Configuration of the IOnMethodBoundaryAspect aspect.
| |
OnMethodBoundaryAspectConfigurationAttribute |
Custom attribute that, when applied on a class implementing IOnMethodBoundaryAspect,
defines the configuration of that aspect.
|