GNIDA.Myx86Instruction.Myx86Instruction C# (CSharp) Méthode

Myx86Instruction() private méthode

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