C# 클래스 Antmicro.Migrant.Generators.GenerationContextBase

파일 보기 프로젝트 열기: antmicro/Migrant 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
generator System.Reflection.Emit.ILGenerator

공개 메소드들

메소드 설명
GenerationContextBase ( ILGenerator generator, bool disableStamping, bool treatCollectionAsUserObject ) : System
WithGenerator ( ILGenerator g ) : GenerationContextBase

보호된 메소드들

메소드 설명
CheckAndEmit ( OpCode argument ) : void

메소드 상세

CheckAndEmit() 보호된 메소드

protected CheckAndEmit ( OpCode argument ) : void
argument System.Reflection.Emit.OpCode
리턴 void

GenerationContextBase() 공개 메소드

public GenerationContextBase ( ILGenerator generator, bool disableStamping, bool treatCollectionAsUserObject ) : System
generator System.Reflection.Emit.ILGenerator
disableStamping bool
treatCollectionAsUserObject bool
리턴 System

WithGenerator() 공개 추상적인 메소드

public abstract WithGenerator ( ILGenerator g ) : GenerationContextBase
g System.Reflection.Emit.ILGenerator
리턴 GenerationContextBase

프로퍼티 상세

generator 보호되어 있는 프로퍼티

protected ILGenerator,System.Reflection.Emit generator
리턴 System.Reflection.Emit.ILGenerator