C# Класс PERWAPI.OpenScope

A marker instruction for when a scope should be opened in the sequence of instructions.
Наследование: DebugInst
Показать файл Открыть проект

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

Метод Описание
OpenScope ( Scope scope ) : System

Create a new OpenScope instruction.

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

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

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

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

Create a new OpenScope instruction.
public OpenScope ( Scope scope ) : System
scope Scope The scope that is being opened.
Результат System