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

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

공개 메소드들

메소드 설명
Evaluate ( TracingILGenerator il ) : void
LoadValue ( TracingILGenerator il, bool shouldBeAddress ) : void
StoreValue ( TracingILGenerator il ) : void
ToString ( ) : string
VariableILConstruct ( string name, TypeDefinition valueType ) : System
VariableILConstruct ( string name, TypeDefinition valueType, int parameterIndex ) : System

메소드 상세

Evaluate() 공개 메소드

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

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

VariableILConstruct() 공개 메소드

public VariableILConstruct ( string name, TypeDefinition valueType ) : System
name string
valueType TypeDefinition
리턴 System

VariableILConstruct() 공개 메소드

public VariableILConstruct ( string name, TypeDefinition valueType, int parameterIndex ) : System
name string
valueType TypeDefinition
parameterIndex int
리턴 System