C# 클래스 PERWAPI.LongInstr

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

공개 메소드들

메소드 설명
GetLong ( ) : long
LongInstr ( SpecialOp inst, long l ) : System
SetLong ( long num ) : void

비공개 메소드들

메소드 설명
Write ( CILWriter output ) : void
Write ( PEWriter output ) : void

메소드 상세

GetLong() 공개 메소드

public GetLong ( ) : long
리턴 long

LongInstr() 공개 메소드

public LongInstr ( SpecialOp inst, long l ) : System
inst SpecialOp
l long
리턴 System

SetLong() 공개 메소드

public SetLong ( long num ) : void
num long
리턴 void