CompositionAspect Methods |
The CompositionAspect type exposes the following members.
Name | Description | |
---|---|---|
CompileTimeInitialize |
Method invoked at build time to initialize the instance fields of the current aspect. This method is invoked
before any other build-time method.
(Inherited from TypeLevelAspect.) | |
CompileTimeValidate(Object) |
Method invoked at build time to ensure that the aspect has been applied to the right target.
(Inherited from TypeLevelAspect.) | |
CompileTimeValidate(Type) |
Method invoked at build time to ensure that the aspect has been applied to the right target.
(Inherited from TypeLevelAspect.) | |
CreateAspectConfiguration |
Method invoked at build time to create a concrete AspectConfiguration instance specifically
for the current Aspect type.
(Overrides Aspect.CreateAspectConfiguration().) | |
CreateImplementationObject |
Method invoked at runtime, during the initialization of instances of the target type,
to create the composed object.
| |
GetAspectConfiguration |
Method invoked at build tome to get the imperative configuration of the current Aspect.
(Inherited from Aspect.) | |
GetPublicInterfaces |
Gets the array of interfaces that should be introduced publicly into
the target type of the current aspect.
| |
RuntimeInitialize |
Initializes the current aspect.
(Inherited from TypeLevelAspect.) | |
SetAspectConfiguration(AspectConfiguration, Type) |
Method invoked at build time to set up an AspectConfiguration object according to the current
Aspect instance and a specified target element of the current aspect.
(Overrides TypeLevelAspect.SetAspectConfiguration(AspectConfiguration, Type).) | |
SetAspectConfiguration(AspectConfiguration, Object) |
Method invoked at build time to set up an AspectConfiguration object according to the current
Aspect instance and a specified target element of the current aspect.
(Inherited from TypeLevelAspect.) |