AspectSpecification Constructor |
Initializes a new AspectSpecification when one cannot provide an aspect instance,
i.e. from an ObjectConstruction and a AspectConfiguration.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.14.0 (6.10.14.0)
C#
protected AspectSpecification( ObjectConstruction aspectConstruction, AspectConfiguration aspectConfiguration )
Parameters
- aspectConstruction
- Type: PostSharp.Reflection.ObjectConstruction
Aspect construction. - aspectConfiguration
- Type: PostSharp.Aspects.Configuration.AspectConfiguration
Aspect configuration.