Click or drag to resize

GraphViewerShowVcgGraph Method

Shows the graph dumped in vcg format with the renderer specified by programName (typically yComp), plus the arguments. The .vcg file is deleted if !keep (the return value is the filename of the vcg file).

Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntax
C#
public static string ShowVcgGraph(
	DebuggerGraphProcessingEnvironment debuggerProcEnv,
	string debugLayout,
	string programName,
	string arguments,
	bool keep
)

Parameters

debuggerProcEnv  DebuggerGraphProcessingEnvironment
 
debugLayout  String
 
programName  String
 
arguments  String
 
keep  Boolean
 

Return Value

String
See Also