MethodMappingWriter.EmitLoadArgumentAddress Method |
Namespace: PostSharp.Sdk.AspectInfrastructure
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
public virtual void EmitLoadArgumentAddress( int index, InstructionWriter instructionWriter )
Parameters
- index
- Type: System.Int32
Argument index (0 is always the first argument, even if the method is non-static). - instructionWriter
- Type: PostSharp.Sdk.CodeModel.InstructionWriter
An InstructionWriter.