C# Класс System.Linq.Expressions.Interpreter.NewInstruction

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

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

Свойство Тип Описание
_argumentCount int
_constructor System.Reflection.ConstructorInfo

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

Метод Описание
NewInstruction ( ConstructorInfo constructor, int argumentCount ) : System.Diagnostics
Run ( InterpretedFrame frame ) : int
ToString ( ) : string

Защищенные методы

Метод Описание
GetArgs ( InterpretedFrame frame, int first ) : object[]

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

GetArgs() защищенный Метод

protected GetArgs ( InterpretedFrame frame, int first ) : object[]
frame InterpretedFrame
first int
Результат object[]

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

public NewInstruction ( ConstructorInfo constructor, int argumentCount ) : System.Diagnostics
constructor System.Reflection.ConstructorInfo
argumentCount int
Результат System.Diagnostics

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

public Run ( InterpretedFrame frame ) : int
frame InterpretedFrame
Результат int

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

public ToString ( ) : string
Результат string

Описание свойств

_argumentCount защищенное свойство

protected int _argumentCount
Результат int

_constructor защищенное свойство

protected ConstructorInfo,System.Reflection _constructor
Результат System.Reflection.ConstructorInfo