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

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

공개 메소드들

메소드 설명
Evaluate ( TracingILGenerator il ) : void
LoadFieldILConstruct ( ILConstruct instance, FieldInfo field ) : System
LoadValue ( TracingILGenerator il, bool shouldBeAddress ) : void
ToString ( ) : string

메소드 상세

Evaluate() 공개 메소드

public Evaluate ( TracingILGenerator il ) : void
il MsgPack.Serialization.Reflection.TracingILGenerator
리턴 void

LoadFieldILConstruct() 공개 메소드

public LoadFieldILConstruct ( ILConstruct instance, FieldInfo field ) : System
instance ILConstruct
field System.Reflection.FieldInfo
리턴 System

LoadValue() 공개 메소드

public LoadValue ( TracingILGenerator il, bool shouldBeAddress ) : void
il MsgPack.Serialization.Reflection.TracingILGenerator
shouldBeAddress bool
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string