AssemblyLevelAspect.SetAspectConfiguration Method (AspectConfiguration, Assembly) |
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 5.0.55.0 (5.0.55.0)
protected virtual void SetAspectConfiguration( AspectConfiguration aspectConfiguration, Assembly targetAssembly )
Parameters
- aspectConfiguration
- Type: PostSharp.Aspects.Configuration.AspectConfiguration
The AspectConfiguration instance previously returned by the CreateAspectConfiguration() method. - targetAssembly
- Type: System.Reflection.Assembly
Assembly 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.