C# 클래스 PERWAPI.OpenScope

A marker instruction for when a scope should be opened in the sequence of instructions.
상속: DebugInst
파일 보기 프로젝트 열기: xored/f4

공개 메소드들

메소드 설명
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