C# Класс PERWAPI.LocalBinding

A local binding instruction that can be added to a list of CILInstructions.
Наследование: DebugInst
Показать файл Открыть проект Примеры использования класса

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

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

Get the name of this instruction.

LocalBinding ( int index, string name ) : System

Create a new local binding object.