C# 클래스 Ancestry.QueryProcessor.Compile.MethodContext

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

공개 메소드들

메소드 설명
DeclareLocal ( Parse statement, System type, string name ) : LocalBuilder
EmitName ( Parse statement, string components ) : void
EmitVersion ( System.Version version ) : void
MethodContext ( DynamicMethod method ) : System
MethodContext ( MethodBuilder builder ) : System

메소드 상세

DeclareLocal() 공개 메소드

public DeclareLocal ( Parse statement, System type, string name ) : LocalBuilder
statement Parse
type System
name string
리턴 System.Reflection.Emit.LocalBuilder

EmitName() 공개 메소드

public EmitName ( Parse statement, string components ) : void
statement Parse
components string
리턴 void

EmitVersion() 공개 메소드

public EmitVersion ( System.Version version ) : void
version System.Version
리턴 void

MethodContext() 공개 메소드

public MethodContext ( DynamicMethod method ) : System
method System.Reflection.Emit.DynamicMethod
리턴 System

MethodContext() 공개 메소드

public MethodContext ( MethodBuilder builder ) : System
builder System.Reflection.Emit.MethodBuilder
리턴 System