C# Класс PERWAPI.IntInstr

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

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

Метод Описание
GetInt ( ) : int
IntInstr ( IntOp inst, int num ) : System
SetInt ( int num ) : void

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

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

Write ( CILWriter output ) : void
Write ( PEWriter output ) : void

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

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

public GetInt ( ) : int
Результат int

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

public IntInstr ( IntOp inst, int num ) : System
inst IntOp
num int
Результат System

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

public SetInt ( int num ) : void
num int
Результат void