C# Class GNIDA.mediana.OPCODE_DESCRIPTOR

Afficher le fichier Open project: Rex-Hays/GNIDA

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

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
Résultat System

OPCODE_DESCRIPTOR() public méthode

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
Résultat System

Property Details

arch public_oe property

public byte arch
Résultat byte

cleared_flags public_oe property

public byte cleared_flags
Résultat byte

groups public_oe property

public UInt64,System groups
Résultat System.UInt64

id public_oe property

public UInt16,System id
Résultat System.UInt16

mnemonic public_oe property

public MULTI_MNEMONIC mnemonic
Résultat MULTI_MNEMONIC

modified_flags public_oe property

public byte modified_flags
Résultat byte

ops public_oe property

public INTERNAL_OPERAND[] ops
Résultat INTERNAL_OPERAND[]

props public_oe property

public ushort props
Résultat ushort

set_flags public_oe property

public byte set_flags
Résultat byte

tested_flags public_oe property

public byte tested_flags
Résultat byte

undefined_flags public_oe property

public byte undefined_flags
Résultat byte