AspectWeaverInstance.EmitAspectConstruction Method |
Emits instructions that build the custom attribute from AspectInfo.
Namespace: PostSharp.Sdk.AspectWeaver
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public virtual void EmitAspectConstruction( InstructionWriter writer )
Parameters
- writer
- Type: PostSharp.Sdk.CodeModel.InstructionWriter
The BaseInstructionWriter with which instructions have to be written.