C# 클래스 MsgPack.Serialization.EmittingSerializers.InvocationILConsruct

상속: ContextfulILConstruct
파일 보기 프로젝트 열기: msgpack/msgpack-cli

공개 메소드들

메소드 설명
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