GetAspectConfiguration(object)
Method invoked at build time to get the imperative configuration of the current Aspect.
Declaration
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. |