MethodLevelAspect.SetAspectConfiguration Method (AspectConfiguration, MethodBase) |
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.9.11.0 (6.9.11.0)
protected virtual void SetAspectConfiguration( AspectConfiguration aspectConfiguration, MethodBase targetMethod )
Parameters
- aspectConfiguration
- Type: PostSharp.Aspects.Configuration.AspectConfiguration
The AspectConfiguration instance previously returned by the CreateAspectConfiguration() method. - targetMethod
- Type: System.Reflection.MethodBase
Method to which the current aspect has been applied.
Classes overriding this method must always invoke the base implementation before performing their own changes to the AspectConfiguration.