C# 클래스 PERWAPI.BranchInstr

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

공개 메소드들

메소드 설명
BranchInstr ( BranchOp inst, CILLabel dst ) : System
GetBranchOp ( ) : BranchOp

Provide access to the branch operator

GetDest ( ) : CILLabel
SetDest ( CILLabel lab ) : void

비공개 메소드들

메소드 설명
BranchInstr ( uint inst, int dst ) : System
Check ( MetaDataOut md ) : bool
GetInstName ( ) : string
MakeTargetLabel ( ArrayList labs ) : void
Write ( CILWriter output ) : void
Write ( PEWriter output ) : void

메소드 상세

BranchInstr() 공개 메소드

public BranchInstr ( BranchOp inst, CILLabel dst ) : System
inst BranchOp
dst CILLabel
리턴 System

GetBranchOp() 공개 메소드

Provide access to the branch operator
public GetBranchOp ( ) : BranchOp
리턴 BranchOp

GetDest() 공개 메소드

public GetDest ( ) : CILLabel
리턴 CILLabel

SetDest() 공개 메소드

public SetDest ( CILLabel lab ) : void
lab CILLabel
리턴 void