C# Класс PERWAPI.UIntInstr

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

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

Метод Описание
GetUInt ( ) : uint
SetUInt ( uint num ) : void
UIntInstr ( IntOp inst, uint num ) : 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.

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

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

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

public GetUInt ( ) : uint
Результат uint

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

public SetUInt ( uint num ) : void
num uint
Результат void

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

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