BaseInstructionWriter.EmitInstructionString Method |
Emits an instruction with a string operand.
Namespace: PostSharp.Sdk.CodeModel
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 6.10.14.0 (6.10.14.0)
C#
public abstract void EmitInstructionString( OpCodeNumber code, LiteralString operand )
Parameters
- code
- Type: PostSharp.Sdk.CodeModel.OpCodeNumber
The instruction opcode. - operand
- Type: PostSharp.Sdk.CodeModel.LiteralString
The string operand.