C# Class PERWAPI.CloseScope

A marker instruction for when a scope should be closed.
Inheritance: DebugInst
Afficher le fichier Open project: xored/f4

Méthodes publiques

Méthode Description
CloseScope ( Scope scope ) : System

The constructor to build a new CloseScope instruction.

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

Provide access to the name of this instruction.

Write ( PEWriter output ) : void

Write this instruction. This instruction does not get written to the PE file. It only applys to the PDB file.

Method Details

CloseScope() public méthode

The constructor to build a new CloseScope instruction.
public CloseScope ( Scope scope ) : System
scope Scope The scope to close.
Résultat System