A base class for sub structures of the EncodedInstruction.

Namespace: SharpAssembler.x86
Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public abstract class SubStructure
Visual Basic
Public MustInherit Class SubStructure
Visual C++
public ref class SubStructure abstract

Inheritance Hierarchy

System..::..Object
  SharpAssembler.x86..::..EncodedInstruction..::..SubStructure
    SharpAssembler.x86..::..EncodedInstruction..::..ModRMByte

See Also