InstructionWriter.EmitInstructionType Method |
Emits an instruction with an IType 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 override void EmitInstructionType( OpCodeNumber code, ITypeSignature type )
Parameters
- code
- Type: PostSharp.Sdk.CodeModel.OpCodeNumber
The instruction opcode. - type
- Type: PostSharp.Sdk.CodeModel.ITypeSignature
The IType operand.