 | IHostCreator Interface |
interface to an object that allows to create hosts,
for one a host for a (basic) graph viewer (client) (that is required for a pure graph viewer, and a part required for a full debugger based on one of the following debuggers),
for the other a host for a gui console debugger,
or a host for a gui debugger (which is an extension of a gui console debugger)
you may use GraphViewerClient.GetGuiConsoleDebuggerHostCreator() to obtain a creator object (from graphViewerAndSequenceDebuggerWindowsForms.dll)
Namespace:
de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:
graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntaxpublic interface IHostCreator
The IHostCreator type exposes the following members.
Methods
See Also