Syntax
C# |
[SerializableAttribute] public class Instruction : IInstruction
Members
All Members | Constructors | Methods | Properties | Fields | Events |
Icon | Member | Description |
---|---|---|
InstructionNew(Operation, Modifier, Mode, Int32, Mode, Int32) | Initializes a new instance of the Instruction class. | |
InstructionNew(IInstruction) | Initializes a new instance of the Instruction class. | |
InstructionNew() | Initializes a new instance of the Instruction class. | |
CompareTo(Object) | ||
DefaultModifier(Operation, Mode, Mode) | ||
Equality(Instruction, Instruction) | ||
Equality(Instruction, IInstruction) | ||
Equality(IInstruction, Instruction) | ||
Equals(IInstruction, IInstruction, Int32) | ||
Equals(Object) | (Overrides Object.Equals(Object).) | |
GetHashCode() | (Overrides Object.GetHashCode().) | |
GetLine(ParserOptions, Boolean) | ||
Inequality(Instruction, Instruction) | ||
Inequality(Instruction, IInstruction) | ||
Inequality(IInstruction, Instruction) | ||
Mod(Int32, Int32) | ||
ModeA | ||
ModeB | ||
Modifier | ||
Operation | ||
ToString() | (Overrides Object.ToString().) | |
ValueA | ||
ValueB | ||
Wrap(Int32, Int32) | ||
Wrap(Int32) |
Inheritance Hierarchy
Object | |
Instruction |
Assembly: nMars.RedCode Version: 0.8.3.0 (Module: nMars.RedCode)