Click or drag to resize

DebuggerEnvironmentShowGraphWith Method

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntax
C#
public virtual string ShowGraphWith(
	string programName,
	string arguments,
	bool keep
)

Parameters

programName
Type: SystemString
arguments
Type: SystemString
keep
Type: SystemBoolean

Return Value

Type: String

Implements

IDebuggerEnvironmentShowGraphWith(String, String, Boolean)
See Also