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.2
Syntax
C#
public CompilerParameters GetDynCompilerSetup(
	string modelAssemblyLocation,
	string actionAssemblyLocation
)

Parameters

modelAssemblyLocation
Type: SystemString
actionAssemblyLocation
Type: SystemString

Return Value

Type: CompilerParameters
See Also