C# 클래스 GNIDA.mediana.OPCODE_DESCRIPTOR

파일 보기 프로젝트 열기: Rex-Hays/GNIDA

공개 프로퍼티들

프로퍼티 타입 설명
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