AspectWeaverTransformationInstance Constructor (AspectWeaverTransformation, AspectWeaverInstance) |
Initializes a new AspectWeaverTransformationInstance.
Namespace: PostSharp.Sdk.AspectWeaver
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
protected AspectWeaverTransformationInstance( AspectWeaverTransformation parent, AspectWeaverInstance aspectWeaverInstance )
Parameters
- parent
- Type: PostSharp.Sdk.AspectWeaver.AspectWeaverTransformation
The parent AspectWeaverTransformation. - aspectWeaverInstance
- Type: PostSharp.Sdk.AspectWeaver.AspectWeaverInstance
The AspectWeaverInstance to which the transformation instance applies.