C# 클래스 PERWAPI.CloseScope

A marker instruction for when a scope should be closed.
상속: DebugInst
파일 보기 프로젝트 열기: xored/f4

공개 메소드들

메소드 설명
CloseScope ( Scope scope ) : System

The constructor to build a new CloseScope 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

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.

메소드 상세

CloseScope() 공개 메소드

The constructor to build a new CloseScope instruction.
public CloseScope ( Scope scope ) : System
scope Scope The scope to close.
리턴 System