C# Class PERWAPI.LocalBinding

A local binding instruction that can be added to a list of CILInstructions.
Inheritance: DebugInst
Afficher le fichier Open project: xored/f4 Class Usage Examples

Private Methods

Méthode Description
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.