C# Класс GNIDA.mediana.OPCODE_DESCRIPTOR

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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

Открытые методы

Метод Описание
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

Описание методов

OPCODE_DESCRIPTOR() публичный Метод

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
Результат System

OPCODE_DESCRIPTOR() публичный Метод

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
Результат System

Описание свойств

arch публичное свойство

public byte arch
Результат byte

cleared_flags публичное свойство

public byte cleared_flags
Результат byte

groups публичное свойство

public UInt64,System groups
Результат System.UInt64

id публичное свойство

public UInt16,System id
Результат System.UInt16

mnemonic публичное свойство

public MULTI_MNEMONIC mnemonic
Результат MULTI_MNEMONIC

modified_flags публичное свойство

public byte modified_flags
Результат byte

ops публичное свойство

public INTERNAL_OPERAND[] ops
Результат INTERNAL_OPERAND[]

props публичное свойство

public ushort props
Результат ushort

set_flags публичное свойство

public byte set_flags
Результат byte

tested_flags публичное свойство

public byte tested_flags
Результат byte

undefined_flags публичное свойство

public byte undefined_flags
Результат byte