GetAspectConfiguration(object)
Method invoked at build tome to get the imperative configuration of the current Aspect.
Declaration
public AspectConfiguration GetAspectConfiguration(object targetElement)
Parameters
Type | Name | Description |
---|---|---|
object | targetElement | Code element (Assembly, Type, FieldInfo, MethodBase, PropertyInfo, EventInfo, ParameterInfo, or LocationInfo) to which the current Aspect has been applied. |
Returns
Type | Description |
---|---|
AspectConfiguration | An AspectConfiguration representing the imperative configuration of the current Aspect. |
Implements
Remarks
This method can be customized by overriding CreateAspectConfiguration() and/or SetAspectConfiguration(AspectConfiguration, object)
.