C# 클래스 PERWAPI.MethInstr

상속: Instr
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
GetMethod ( ) : Method
GetMethodOp ( ) : MethodOp

Get the MethodOp this instruction represents.

MethInstr ( MethodOp inst, Method m ) : System
SetMethod ( Method mth ) : void

비공개 메소드들

메소드 설명
BuildCILInfo ( CILWriter output ) : void
BuildTables ( MetaDataOut md ) : void
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
Write ( CILWriter output ) : void
Write ( PEWriter output ) : void

메소드 상세

GetMethod() 공개 메소드

public GetMethod ( ) : Method
리턴 Method

GetMethodOp() 공개 메소드

Get the MethodOp this instruction represents.
public GetMethodOp ( ) : MethodOp
리턴 MethodOp

MethInstr() 공개 메소드

public MethInstr ( MethodOp inst, Method m ) : System
inst MethodOp
m Method
리턴 System

SetMethod() 공개 메소드

public SetMethod ( Method mth ) : void
mth Method
리턴 void