C# 클래스 PERWAPI.SwitchInstr

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

공개 메소드들

메소드 설명
GetDests ( ) : PERWAPI.CILLabel[]
SetDests ( CILLabel dests ) : void
SwitchInstr ( CILLabel dsts ) : System

비공개 메소드들

메소드 설명
GetInstName ( ) : string
MakeTargetLabels ( ArrayList labs ) : void
SwitchInstr ( int offsets ) : System
Write ( CILWriter output ) : void
Write ( PEWriter output ) : void

메소드 상세

GetDests() 공개 메소드

public GetDests ( ) : PERWAPI.CILLabel[]
리턴 PERWAPI.CILLabel[]

SetDests() 공개 메소드

public SetDests ( CILLabel dests ) : void
dests CILLabel
리턴 void

SwitchInstr() 공개 메소드

public SwitchInstr ( CILLabel dsts ) : System
dsts CILLabel
리턴 System