C# Класс PERWAPI.Instr

Наследование: CILInstruction
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
instr uint

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

Метод Описание
GetOp ( ) : Op
Instr ( Op inst ) : System

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

Метод Описание
GetDeltaDistance ( ) : int

Get the delta distance for this instruction.

The delta distance is the resulting difference of items left on the stack after calling this instruction.

GetInstName ( ) : string
GetInstrString ( ) : string
Instr ( uint inst ) : System
Write ( CILWriter output ) : void
Write ( PEWriter output ) : void

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

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

public GetOp ( ) : Op
Результат Op

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

public Instr ( Op inst ) : System
inst Op
Результат System

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

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

protected uint instr
Результат uint