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

Represents IL method generation context.
파일 보기 프로젝트 열기: msgpack/msgpack-cli

공개 프로퍼티들

프로퍼티 타입 설명
ILGenerator MsgPack.Serialization.Reflection.TracingILGenerator
Method System.Reflection.Emit.MethodBuilder
ParameterTypes MsgPack.Serialization.AbstractSerializers.TypeDefinition[]

공개 메소드들

메소드 설명
ILMethodConctext ( TracingILGenerator ilGenerator, MethodBuilder method, IEnumerable parameterTypes ) : System

메소드 상세

ILMethodConctext() 공개 메소드

public ILMethodConctext ( TracingILGenerator ilGenerator, MethodBuilder method, IEnumerable parameterTypes ) : System
ilGenerator MsgPack.Serialization.Reflection.TracingILGenerator
method System.Reflection.Emit.MethodBuilder
parameterTypes IEnumerable
리턴 System

프로퍼티 상세

ILGenerator 공개적으로 프로퍼티

public TracingILGenerator,MsgPack.Serialization.Reflection ILGenerator
리턴 MsgPack.Serialization.Reflection.TracingILGenerator

Method 공개적으로 프로퍼티

public MethodBuilder,System.Reflection.Emit Method
리턴 System.Reflection.Emit.MethodBuilder

ParameterTypes 공개적으로 프로퍼티

public TypeDefinition[],MsgPack.Serialization.AbstractSerializers ParameterTypes
리턴 MsgPack.Serialization.AbstractSerializers.TypeDefinition[]