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: 2023.0.3.0 (2023.0.3.0)
C#
protected AspectSpecification( ObjectConstruction aspectConstruction, AspectConfiguration aspectConfiguration )
Parameters
- aspectConstruction
- Type: PostSharp.Reflection.ObjectConstruction
Aspect construction. - aspectConfiguration
- Type: PostSharp.Aspects.Configuration.AspectConfiguration
Aspect configuration.