GNIDA.mediana.OPCODE_DESCRIPTOR.OPCODE_DESCRIPTOR C# (CSharp) Method

OPCODE_DESCRIPTOR() public method

public OPCODE_DESCRIPTOR ( System.UInt64 _groups, MULTI_MNEMONIC _mnemonic, UInt16 _id, INTERNAL_OPERAND _ops, UInt16 _props, byte _tested_flags, byte _modified_flags, byte _set_flags, byte _cleared_flags, byte _undefined_flags, byte _arch ) : System
_groups System.UInt64
_mnemonic MULTI_MNEMONIC
_id System.UInt16
_ops INTERNAL_OPERAND
_props System.UInt16
_tested_flags byte
_modified_flags byte
_set_flags byte
_cleared_flags byte
_undefined_flags byte
_arch byte
return System
            public OPCODE_DESCRIPTOR(
    UInt64 _groups,
    MULTI_MNEMONIC _mnemonic,
    UInt16 _id,
    INTERNAL_OPERAND[] _ops,
    UInt16 _props,
    byte _tested_flags,
    byte _modified_flags,
    byte _set_flags,
    byte _cleared_flags,
    byte _undefined_flags,
    byte _arch)
            {
                groups = _groups;
                mnemonic = _mnemonic;
                id = _id;
                ops = _ops;
                props = _props;
                tested_flags = _tested_flags;
                modified_flags = _modified_flags;
                set_flags = _set_flags;
                cleared_flags = _cleared_flags;
                undefined_flags = _undefined_flags;
                arch = _arch;
            }

Same methods

mediana.OPCODE_DESCRIPTOR::OPCODE_DESCRIPTOR ( System.UInt64 _groups, MULTI_MNEMONIC _mnemonic, UInt16 _id, INTERNAL_OPERAND _ops, int _props, byte _tested_flags, byte _modified_flags, byte _set_flags, byte _cleared_flags, byte _undefined_flags, byte _arch ) : System
mediana.OPCODE_DESCRIPTOR