C# Класс Mono.Cecil.Fluent.Analyzer.InstructionExtensions

Показать файл Открыть проект

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

Метод Описание
GetPopCount ( this self, MethodReference method, int currentstacksize ) : int

Get the number of values removed on the stack for this instruction.

GetPushCount ( this self ) : int

Get the number of values placed on the stack by this instruction.

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

Метод Описание
InstructionExtensions ( ) : System

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

GetPopCount() публичный статический Метод

Get the number of values removed on the stack for this instruction.
public static GetPopCount ( this self, MethodReference method, int currentstacksize ) : int
self this The Instruction on which the extension method can be called.
method MethodReference The method inside which the instruction comes from (needed for StackBehaviour.Varpop).
currentstacksize int This method returns this value when stack behaviour is StackBehaviour.PopAll.
Результат int

GetPushCount() публичный статический Метод

Get the number of values placed on the stack by this instruction.
public static GetPushCount ( this self ) : int
self this The Instruction on which the extension method can be called.
Результат int