C# Class GNIDA.mediana.OPCODE_DESCRIPTOR

Show file Open project: Rex-Hays/GNIDA

Public Properties

Property Type Description
arch byte
cleared_flags byte
groups System.UInt64
id System.UInt16
mnemonic MULTI_MNEMONIC
modified_flags byte
ops INTERNAL_OPERAND[]
props ushort
set_flags byte
tested_flags byte
undefined_flags byte

Public Methods

Method Description
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
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

Method Details

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

OPCODE_DESCRIPTOR() public method

public 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
_groups System.UInt64
_mnemonic MULTI_MNEMONIC
_id System.UInt16
_ops INTERNAL_OPERAND
_props int
_tested_flags byte
_modified_flags byte
_set_flags byte
_cleared_flags byte
_undefined_flags byte
_arch byte
return System

Property Details

arch public property

public byte arch
return byte

cleared_flags public property

public byte cleared_flags
return byte

groups public property

public UInt64,System groups
return System.UInt64

id public property

public UInt16,System id
return System.UInt16

mnemonic public property

public MULTI_MNEMONIC mnemonic
return MULTI_MNEMONIC

modified_flags public property

public byte modified_flags
return byte

ops public property

public INTERNAL_OPERAND[] ops
return INTERNAL_OPERAND[]

props public property

public ushort props
return ushort

set_flags public property

public byte set_flags
return byte

tested_flags public property

public byte tested_flags
return byte

undefined_flags public property

public byte undefined_flags
return byte