C# Class MsgPack.Serialization.EmittingSerializers.InvocationILConsruct

Inheritance: ContextfulILConstruct
Afficher le fichier Open project: msgpack/msgpack-cli

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Invoke ( TracingILGenerator il ) : void

Method Details

Evaluate() public méthode

public Evaluate ( TracingILGenerator il ) : void
il MsgPack.Serialization.Reflection.TracingILGenerator
Résultat void

InvocationILConsruct() public méthode

public InvocationILConsruct ( ConstructorInfo ctor, ILConstruct target, IEnumerable arguments ) : System
ctor System.Reflection.ConstructorInfo
target ILConstruct
arguments IEnumerable
Résultat System

InvocationILConsruct() public méthode

public InvocationILConsruct ( MethodInfo method, Type @interface, ILConstruct target, IEnumerable arguments ) : System
method System.Reflection.MethodInfo
@interface System.Type
target ILConstruct
arguments IEnumerable
Résultat System

LoadValue() public méthode

public LoadValue ( TracingILGenerator il, bool shouldBeAddress ) : void
il MsgPack.Serialization.Reflection.TracingILGenerator
shouldBeAddress bool
Résultat void

StoreValue() public méthode

public StoreValue ( TracingILGenerator il ) : void
il MsgPack.Serialization.Reflection.TracingILGenerator
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string