InstanceLevelAspect.CreateAspectConfiguration Method |
Method invoked at build time to create a concrete AspectConfiguration instance specifically
for the current Aspect type.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.3.11.0 (6.3.11.0)

C#
protected override AspectConfiguration CreateAspectConfiguration()
Return Value
Type: AspectConfigurationA new and empty instance of AspectConfiguration, whose concrete type corresponds to the concrete type of the Aspect.

This method should not set up the returned AspectConfiguration. After the current method has
returned, the SetAspectConfiguration(AspectConfiguration, Object) method will be invoked, and this method is responsible
for setting up the AspectConfigurationobject.
