Click or drag to resize

IBackendLoadActions Method

Loads an actions instance from the given file. If the file is a ".cs" file it will be compiled first.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 8.0
Syntax
C#
IActions LoadActions(
	string actionFilename,
	IGraph graph
)

Parameters

actionFilename
Type: SystemString
graph
Type: de.unika.ipd.grGen.libGrIGraph

Return Value

Type: IActions
See Also