C# Class Ancestry.QueryProcessor.Compile.MethodContext

Afficher le fichier Open project: Ancestry/DotQL Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

DeclareLocal() public méthode

public DeclareLocal ( Parse statement, System type, string name ) : LocalBuilder
statement Parse
type System
name string
Résultat System.Reflection.Emit.LocalBuilder

EmitName() public méthode

public EmitName ( Parse statement, string components ) : void
statement Parse
components string
Résultat void

EmitVersion() public méthode

public EmitVersion ( System.Version version ) : void
version System.Version
Résultat void

MethodContext() public méthode

public MethodContext ( DynamicMethod method ) : System
method System.Reflection.Emit.DynamicMethod
Résultat System

MethodContext() public méthode

public MethodContext ( MethodBuilder builder ) : System
builder System.Reflection.Emit.MethodBuilder
Résultat System