GNIDA.Myx86Instruction.Myx86Instruction C# (CSharp) Method

Myx86Instruction() private method

private Myx86Instruction ( ) : System
return System
        internal Myx86Instruction()
        {
            OpCode = x86OpCodes.Unknown;
            Offset = new Offset(0, 0, 0);
        }