MethodMappingWriter.EmitLoadInstance Method |
Namespace: PostSharp.Sdk.AspectInfrastructure
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
public abstract void EmitLoadInstance( bool cast, InstructionWriter instructionWriter )
Parameters
- cast
- Type: System.Boolean
true if the this value should be pushed to the stack as strongly-typed, false if it should be pushed as an Object. - instructionWriter
- Type: PostSharp.Sdk.CodeModel.InstructionWriter
An InstructionWriter.