C# 클래스 PERWAPI.CILInstruction

Descriptor for an IL instruction
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
FEopDeltaDistance int[]
FEopcode string[]
USHeapIndex uint
leadByte byte
longInstrStart uint
maxByteVal sbyte
minByteVal sbyte
opDeltaDistance int[]
opcode string[]

공개 메소드들

메소드 설명
GetPos ( ) : int

비공개 메소드들

메소드 설명
BuildCILInfo ( CILWriter output ) : void
BuildTables ( MetaDataOut md ) : void
Check ( MetaDataOut md ) : bool
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
Resolve ( ) : void
Write ( CILWriter output ) : void
Write ( PEWriter output ) : void

메소드 상세

GetPos() 공개 메소드

public GetPos ( ) : int
리턴 int

프로퍼티 상세

FEopDeltaDistance 보호되어 있는 정적으로 프로퍼티

A list of the delta distances for the given FE CIL instructions.
protected static int[] FEopDeltaDistance
리턴 int[]

FEopcode 보호되어 있는 정적으로 프로퍼티

A list of the delta distances for the given CIL instructions.
protected static string[] FEopcode
리턴 string[]

USHeapIndex 보호되어 있는 정적으로 프로퍼티

protected static uint USHeapIndex
리턴 uint

leadByte 보호되어 있는 정적으로 프로퍼티

protected static byte leadByte
리턴 byte

longInstrStart 보호되어 있는 정적으로 프로퍼티

protected static uint longInstrStart
리턴 uint

maxByteVal 보호되어 있는 정적으로 프로퍼티

protected static sbyte maxByteVal
리턴 sbyte

minByteVal 보호되어 있는 정적으로 프로퍼티

protected static sbyte minByteVal
리턴 sbyte

opDeltaDistance 보호되어 있는 정적으로 프로퍼티

protected static int[] opDeltaDistance
리턴 int[]

opcode 보호되어 있는 정적으로 프로퍼티

protected static string[] opcode
리턴 string[]