IAspectBuildSemantics.GetAspectConfiguration Method |
Method invoked at build time to get the imperative configuration of the current Aspect.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.4.11.0 (6.4.11.0)

C#
AspectConfiguration GetAspectConfiguration( Object targetElement )
Parameters
- targetElement
- Type: System.Object
Code element (Assembly, Type, FieldInfo, MethodBase, PropertyInfo, EventInfo, ParameterInfo, or LocationInfo) to which the current aspect has been applied.
Return Value
Type: AspectConfigurationAn AspectConfiguration representing the imperative configuration of the current Aspect.
