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

MethodInterceptionAspect.SetAspectConfiguration Method

SetAspectConfiguration(AspectConfiguration, MethodBase)

Method invoked at build time to set up an AspectConfiguration object according to the current Aspect instance and a specified target element of the current aspect.

Declaration
protected override void SetAspectConfiguration(AspectConfiguration aspectConfiguration, MethodBase targetMethod)
Parameters
Type Name Description
AspectConfiguration aspectConfiguration

The AspectConfiguration instance previously returned by the CreateAspectConfiguration() method.

MethodBase targetMethod

Method to which the current aspect has been applied.

Overrides
MethodLevelAspect.SetAspectConfiguration(AspectConfiguration, MethodBase)