C# 클래스 PERWAPI.IntInstr

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

공개 메소드들

메소드 설명
GetInt ( ) : int
IntInstr ( IntOp inst, int num ) : System
SetInt ( int num ) : 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.

Write ( CILWriter output ) : void
Write ( PEWriter output ) : void

메소드 상세

GetInt() 공개 메소드

public GetInt ( ) : int
리턴 int

IntInstr() 공개 메소드

public IntInstr ( IntOp inst, int num ) : System
inst IntOp
num int
리턴 System

SetInt() 공개 메소드

public SetInt ( int num ) : void
num int
리턴 void