C# Класс PERWAPI.MethInstr

Наследование: Instr
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetMethod ( ) : Method
GetMethodOp ( ) : MethodOp

Get the MethodOp this instruction represents.

MethInstr ( MethodOp inst, Method m ) : System
SetMethod ( Method mth ) : void

Приватные методы

Метод Описание
BuildCILInfo ( CILWriter output ) : void
BuildTables ( MetaDataOut md ) : void
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

Описание методов

GetMethod() публичный Метод

public GetMethod ( ) : Method
Результат Method

GetMethodOp() публичный Метод

Get the MethodOp this instruction represents.
public GetMethodOp ( ) : MethodOp
Результат MethodOp

MethInstr() публичный Метод

public MethInstr ( MethodOp inst, Method m ) : System
inst MethodOp
m Method
Результат System

SetMethod() публичный Метод

public SetMethod ( Method mth ) : void
mth Method
Результат void