C# Класс videocoreelfdis.IV_BASE

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

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

Свойство Тип Описание
_tables string[]>.Dictionary

Защищенные свойства (Protected)

Свойство Тип Описание
_curIndex int
_instructions videocoreelfdis.InstructionDefinition[]
_section SectionInfo
_sectionIndex ushort
_symEntries EntryInfo[]
_textAndDataSections SectionInfo>.Dictionary

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

Метод Описание
IV_BASE ( SectionInfo>.Dictionary textAndDataSections, ushort sectionIndex, EntryInfo symEntries ) : System
VisitInstructions ( ) : void

Защищенные методы

Метод Описание
AfterInstructionProcessed ( int index, string insnText ) : void
BeforeProcessInstruction ( int index, int &curLoopIndex ) : void
HandleInstruction ( InstructionDefinition insn, byte bytes ) : void

Приватные методы

Метод Описание
GetPossibleInstructionBytes ( byte a, int i ) : byte[][]
IV_BASE ( ) : System

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

AfterInstructionProcessed() защищенный Метод

protected AfterInstructionProcessed ( int index, string insnText ) : void
index int
insnText string
Результат void

BeforeProcessInstruction() защищенный Метод

protected BeforeProcessInstruction ( int index, int &curLoopIndex ) : void
index int
curLoopIndex int
Результат void

HandleInstruction() защищенный абстрактный Метод

protected abstract HandleInstruction ( InstructionDefinition insn, byte bytes ) : void
insn InstructionDefinition
bytes byte
Результат void

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

public IV_BASE ( SectionInfo>.Dictionary textAndDataSections, ushort sectionIndex, EntryInfo symEntries ) : System
textAndDataSections SectionInfo>.Dictionary
sectionIndex ushort
symEntries EntryInfo
Результат System

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

public VisitInstructions ( ) : void
Результат void

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

_curIndex защищенное свойство

protected int _curIndex
Результат int

_instructions защищенное статическое свойство

protected static InstructionDefinition[],videocoreelfdis _instructions
Результат videocoreelfdis.InstructionDefinition[]

_section защищенное свойство

protected SectionInfo _section
Результат SectionInfo

_sectionIndex защищенное свойство

protected ushort _sectionIndex
Результат ushort

_symEntries защищенное свойство

protected EntryInfo[] _symEntries
Результат EntryInfo[]

_tables публичное статическое свойство

public static Dictionary _tables
Результат string[]>.Dictionary

_textAndDataSections защищенное свойство

protected Dictionary _textAndDataSections
Результат SectionInfo>.Dictionary