Click or drag to resize

DisplayerVariableToString Method


Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntax
C#
protected void VariableToString(
	Object value,
	out string type,
	out string content,
	DebuggerGraphProcessingEnvironment debuggerProcEnv
)

Parameters

value  Object
 
type  String
 
content  String
 
debuggerProcEnv  DebuggerGraphProcessingEnvironment
 
See Also