C# Class PERWAPI.OpenScope

A marker instruction for when a scope should be opened in the sequence of instructions.
Inheritance: DebugInst
Afficher le fichier Open project: xored/f4

Méthodes publiques

Méthode Description
OpenScope ( Scope scope ) : System

Create a new OpenScope instruction.

Private Methods

Méthode Description
BuildSignatures ( MetaDataOut md ) : void

Build the signatures for this instruction.

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 for this instruction.

Write ( PEWriter output ) : void

Write this instruction to the PDB file.

Method Details

OpenScope() public méthode

Create a new OpenScope instruction.
public OpenScope ( Scope scope ) : System
scope Scope The scope that is being opened.
Résultat System