Click or drag to resize

LGSPMatcherGeneratorGetDynCompilerSetup Method

Setup of compiler parameters for recompilation of actions at runtime taking care of analyze information

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public CompilerParameters GetDynCompilerSetup(
	string modelAssemblyLocation,
	string actionAssemblyLocation
)

Parameters

modelAssemblyLocation  String
 
actionAssemblyLocation  String
 

Return Value

CompilerParameters
See Also