PostSharp.ILAPI ReferencePost­Sharp.​AspectsMethod­Interception­AspectCreate­Aspect­Configuration
Open sandboxFocus

MethodInterceptionAspect.CreateAspectConfiguration Method

CreateAspectConfiguration()

Method invoked at build time to create a concrete AspectConfiguration instance specifically for the current Aspect type.

Declaration
protected override AspectConfiguration CreateAspectConfiguration()
Returns
Type Description
AspectConfiguration

A new and empty instance of AspectConfiguration, whose concrete type corresponds to the concrete type of the Aspect.

Overrides
Aspect.CreateAspectConfiguration()