C# 클래스 PERWAPI.CILByte

상속: CILInstruction
파일 보기 프로젝트 열기: xored/f4

공개 메소드들

메소드 설명
GetByte ( ) : byte

비공개 메소드들

메소드 설명
CILByte ( byte bVal ) : System
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

메소드 상세

GetByte() 공개 메소드

public GetByte ( ) : byte
리턴 byte