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

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

공개 메소드들

메소드 설명
BinaryOperatorILConstruct ( string @operator, TypeDefinition resultType, ILConstruct left, ILConstruct right, Action operation, Action branchOperation ) : System
Evaluate ( TracingILGenerator il ) : void
LoadValue ( TracingILGenerator il, bool shouldBeAddress ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
BranchCore ( TracingILGenerator il, Label @else ) : void

메소드 상세

BinaryOperatorILConstruct() 공개 메소드

public BinaryOperatorILConstruct ( string @operator, TypeDefinition resultType, ILConstruct left, ILConstruct right, Action operation, Action branchOperation ) : System
@operator string
resultType TypeDefinition
left ILConstruct
right ILConstruct
operation Action
branchOperation Action
리턴 System

BranchCore() 보호된 메소드

protected BranchCore ( TracingILGenerator il, Label @else ) : void
il MsgPack.Serialization.Reflection.TracingILGenerator
@else System.Reflection.Emit.Label
리턴 void

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string