C# Класс MsgPack.Serialization.EmittingSerializers.BinaryOperatorILConstruct

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

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

Метод Описание
BinaryOperatorILConstruct ( string @operator, TypeDefinition resultType, ILConstruct left, ILConstruct right, Action operation, Action branchOperation ) : System
Evaluate ( TracingILGenerator il ) : void
LoadValue ( TracingILGenerator il, bool shouldBeAddress ) : void
ToString ( ) : string

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

Метод Описание
BranchCore ( TracingILGenerator il, Label @else ) : void

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

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

public BinaryOperatorILConstruct ( string @operator, TypeDefinition resultType, ILConstruct left, ILConstruct right, Action operation, Action branchOperation ) : System
@operator string
resultType TypeDefinition
left ILConstruct
right ILConstruct
operation Action
branchOperation Action
Результат System

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

protected BranchCore ( TracingILGenerator il, Label @else ) : void
il MsgPack.Serialization.Reflection.TracingILGenerator
@else System.Reflection.Emit.Label
Результат void

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

public Evaluate ( TracingILGenerator il ) : void
il MsgPack.Serialization.Reflection.TracingILGenerator
Результат void

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

public LoadValue ( TracingILGenerator il, bool shouldBeAddress ) : void
il MsgPack.Serialization.Reflection.TracingILGenerator
shouldBeAddress bool
Результат void

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

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