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

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

공개 메소드들

메소드 설명
ConditionalILConstruct ( ILConstruct condition, ILConstruct thenExpression, ILConstruct elseExpression ) : System
Evaluate ( TracingILGenerator il ) : void
LoadValue ( TracingILGenerator il, bool shouldBeAddress ) : void
StoreValue ( TracingILGenerator il ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
DoConditionalInstruction ( TracingILGenerator il, System.Action onThen, System.Action onElse ) : void

메소드 상세

ConditionalILConstruct() 공개 메소드

public ConditionalILConstruct ( ILConstruct condition, ILConstruct thenExpression, ILConstruct elseExpression ) : System
condition ILConstruct
thenExpression ILConstruct
elseExpression ILConstruct
리턴 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