InstructionTestCase.OpcodeName Property
Definition
Gets the name of the opcode being tested.
public abstract string OpcodeName { get; }
Property Value
The name of the opcode, or null if the opcode cannot be determined for the test case.
Gets the name of the opcode being tested.
public abstract string OpcodeName { get; }
The name of the opcode, or null if the opcode cannot be determined for the test case.