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

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

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

Метод Описание
Evaluate ( TracingILGenerator il ) : void
InvocationILConsruct ( ConstructorInfo ctor, ILConstruct target, IEnumerable arguments ) : System
InvocationILConsruct ( MethodInfo method, Type @interface, ILConstruct target, IEnumerable arguments ) : System
LoadValue ( TracingILGenerator il, bool shouldBeAddress ) : void
StoreValue ( TracingILGenerator il ) : void
ToString ( ) : string

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

Метод Описание
Invoke ( TracingILGenerator il ) : void

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

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

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

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

public InvocationILConsruct ( ConstructorInfo ctor, ILConstruct target, IEnumerable arguments ) : System
ctor System.Reflection.ConstructorInfo
target ILConstruct
arguments IEnumerable
Результат System

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

public InvocationILConsruct ( MethodInfo method, Type @interface, ILConstruct target, IEnumerable arguments ) : System
method System.Reflection.MethodInfo
@interface System.Type
target ILConstruct
arguments IEnumerable
Результат System

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