C# Класс PERWAPI.CILInstruction

Descriptor for an IL instruction
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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[]