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

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

공개 메소드들

메소드 설명
Evaluate ( TracingILGenerator il ) : void
StoreFieldILConstruct ( ILConstruct instance, FieldInfo field, ILConstruct value ) : System
StoreValue ( TracingILGenerator il ) : void
ToString ( ) : string

메소드 상세

Evaluate() 공개 메소드

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

StoreFieldILConstruct() 공개 메소드

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

StoreValue() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string