Click or drag to resize

ILProcessorCreate Method (OpCode, Instruction)

Namespace:  Mono.Cecil.Cil
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Instruction Create(
	OpCode opcode,
	Instruction target
)

Parameters

opcode
Type: Mono.Cecil.CilOpCode
target
Type: Mono.Cecil.CilInstruction

Return Value

Type: Instruction
See Also