Click or drag to resize
Llvm.NET LogoInstructionOpcode Property

[This is preliminary documentation and is subject to change.]

Gets the LLVM opcode for the instruction

Namespace:  Llvm.NET.Instructions
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public OpCode Opcode { get; }

Property Value

Type: OpCode
See Also