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

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

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

Метод Описание
ConditionalILConstruct ( ILConstruct condition, ILConstruct thenExpression, ILConstruct elseExpression ) : System
Evaluate ( TracingILGenerator il ) : void
LoadValue ( TracingILGenerator il, bool shouldBeAddress ) : void
StoreValue ( TracingILGenerator il ) : void
ToString ( ) : string

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

Метод Описание
DoConditionalInstruction ( TracingILGenerator il, System.Action onThen, System.Action onElse ) : void

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

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

public ConditionalILConstruct ( ILConstruct condition, ILConstruct thenExpression, ILConstruct elseExpression ) : System
condition ILConstruct
thenExpression ILConstruct
elseExpression ILConstruct
Результат System

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

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

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

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

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