C# 클래스 PERWAPI.CILLabel

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

Private Properties

프로퍼티 타입 설명
BuildCILInfo void
CILLabel System
GetDeltaDistance int
GetInstName string
GetLabelOffset uint
Write void

공개 메소드들

메소드 설명
CILLabel ( ) : System

비공개 메소드들

메소드 설명
BuildCILInfo ( CILWriter output ) : void
CILLabel ( uint offs ) : 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
GetLabelOffset ( ) : uint
Write ( CILWriter output ) : void

메소드 상세

CILLabel() 공개 메소드

public CILLabel ( ) : System
리턴 System